From 5a67e37022a39ce8380377b00fab7983fba0ecc0 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 14 Feb 2011 16:57:35 +0000 Subject: [PATCH] Tyler Ritchie contributes Land Air Sea format for GPS Tracking Key Pro. (Doc just roughed in for now.) git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4048 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/style/land_air_sea.style | 24 ++++++++++++++++++++++++ gpsbabel/xmldoc/formats/land_air_sea.xml | 18 ++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 gpsbabel/style/land_air_sea.style create mode 100644 gpsbabel/xmldoc/formats/land_air_sea.xml diff --git a/gpsbabel/style/land_air_sea.style b/gpsbabel/style/land_air_sea.style new file mode 100644 index 000000000..a8eb992f0 --- /dev/null +++ b/gpsbabel/style/land_air_sea.style @@ -0,0 +1,24 @@ +# Format: GPS Tracking Key Pro text file +# Author: Tyler Ritchie +# Date: 2011.02.04 + +DESCRIPTION GPS Tracking Key Pro text +EXTENSION txt +ENCODING LATIN1 + +DATUM WGS 84 +DATATYPE TRACK +#File layout definitions + +FIELD_DELIMITER COMMA +RECORD_DELIMITER NEWLINE + +# Individual data fields in order of appearance + +IFIELD LOCAL_TIME,"","%m-%d-%Y" +IFIELD HMSG_TIME,"","%d:%d:%d" +IFIELD LAT_HUMAN_READABLE,"","%c %d°%d'%f\"" +IFIELD LON_HUMAN_READABLE,"","%c %d°%d'%f\"" +IFIELD PATH_SPEED_MPH,"","%.1fmph" +IFIELD IGNORE,"","%s" #This is the bearing data +IFIELD ALT_FEET,"","%dft" diff --git a/gpsbabel/xmldoc/formats/land_air_sea.xml b/gpsbabel/xmldoc/formats/land_air_sea.xml new file mode 100644 index 000000000..5140fa1a0 --- /dev/null +++ b/gpsbabel/xmldoc/formats/land_air_sea.xml @@ -0,0 +1,18 @@ + +Read-only support for the text format exported by Land Air Sea's (Windows only) Past-Track software. This may also work for importing text formatted files from Victoria GPS Tracking, GPS Tracking Key and Land Air Sea's other devices. + + + +Implementation + + + +The text format of the GPS Tracking Key Pro contains one route coordinate per line and is of the format: + + + +01-24-2011,09:12:30,N 48°51'57.9738",W 123°11'48.1354",20.5mph,83.8°,357ft + + +GPS Babel style file correctly imports all data except for bearing (which is un-needed). Since there is no way to create waypoints or routes on the device itself, the text file is read in as one large track. + -- 2.30.2